home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_06 / 1006084a < prev    next >
Encoding:
Text File  |  1995-11-01  |  80 b   |  7 lines

  1. #ifndef    PROTO_H
  2. #define PROTO_H
  3.  
  4. int    hello(char *s);
  5.  
  6. #endif /*== PROTO_H ==*/
  7.